var net/http.http2ErrFrameTooLarge
5 uses
net/http (current package)
h2_bundle.go#L1690: return http2ErrFrameTooLarge
h2_bundle.go#L1807: var http2ErrFrameTooLarge = errors.New("http2: frame too large")
h2_bundle.go#L1835: return nil, http2ErrFrameTooLarge
h2_bundle.go#L5084: if err == http2ErrFrameTooLarge {
h2_bundle.go#L8798: if errors.Is(err, http2ErrFrameTooLarge) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)